diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/system/layout.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/system/layout.tsx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/[lng]/evcp/(evcp)/system/layout.tsx b/app/[lng]/evcp/(evcp)/system/layout.tsx index 62f3e845..7e8f69d0 100644 --- a/app/[lng]/evcp/(evcp)/system/layout.tsx +++ b/app/[lng]/evcp/(evcp)/system/layout.tsx @@ -28,7 +28,7 @@ export default async function SettingsLayout({ const sidebarNavItems = [ { - title: "SHI Users", + title: "삼성중공업 사용자", href: `/${lng}/evcp/system`, }, { @@ -36,13 +36,18 @@ export default async function SettingsLayout({ href: `/${lng}/evcp/system/roles`, }, { - title: "Permissions", + title: "권한 통제", href: `/${lng}/evcp/system/permissions`, }, { - title: "Vendor Users", + title: "협력업체 사용자", href: `/${lng}/evcp/system/admin-users`, }, + + { + title: "비밀번호 정책", + href: `/${lng}/evcp/system/password-policy`, + }, ] |
